projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4b5bd9
)
* Raise timeout for test-native-bootstrap CI test and build with -j2
author
Andrea Corallo
<akrl@sdf.org>
Sat, 7 Mar 2020 19:12:36 +0000
(19:12 +0000)
committer
Andrea Corallo
<akrl@sdf.org>
Sat, 7 Mar 2020 19:13:33 +0000
(19:13 +0000)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 7b31810fd33068125616659b2b22ce5e10bf67a0..51968a158fafae428ce2ea6bb76b18ea8142c0dd 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-75,4
+75,5
@@
test-native-bootstrap:
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libgccjit-6-dev
- ./autogen.sh autoconf
- ./configure --without-makeinfo --with-nativecomp
- - make bootstrap
+ - make bootstrap -j2
+ timeout: 10 hours